projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a56afd2
)
ListBox: Update docs of GtkListBoxUpdateHeaderFunc
author
Timm Bäder
<mail@baedert.org>
Mon, 16 Sep 2013 18:08:35 +0000
(20:08 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Thu, 19 Sep 2013 20:05:08 +0000
(22:05 +0200)
before is always NULL for the first row.
gtk/gtklistbox.h
patch
|
blob
|
history
diff --git
a/gtk/gtklistbox.h
b/gtk/gtklistbox.h
index 8d425ff244025ab48135d83d137228f9df2d23fa..1ca5ece7d0943d16cd789b2284f1050abe747178 100644
(file)
--- a/
gtk/gtklistbox.h
+++ b/
gtk/gtklistbox.h
@@
-130,7
+130,7
@@
typedef gint (*GtkListBoxSortFunc) (GtkListBoxRow *row1,
/**
* GtkListBoxUpdateHeaderFunc:
* @row: the row to update
- * @before: the row before @row, or %NULL if it is first
+ * @before:
(allow-none):
the row before @row, or %NULL if it is first
* @user_data: (closure): user data
*
* Whenever @row changes or which row is before @row changes this